/* styles.css */

body {
    font-family: 'Arial', sans-serif;
}

.hero-section {
    background: url('/Assets/Banner-3.png') no-repeat center center/cover;
    color: white;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.tupper{
    margin-left: -8%;
    width: 115%;
}
.hero-section h1 {
    margin-bottom: 20px;
}
.fogg {
    width:-webkit-fill-available;
}
.playbook-section {
    background-color: #f8f9fa;
}

.playbook-section .form-control,
.playbook-section .form-select {
    margin-bottom: 15px;
}

.playbook-section button {
    background-color: #d9534f;
    border: none;
}

.playbook-section button:hover {
    background-color: #c9302c;
}
.service-card {
    border-radius: 10px;
    padding: 20px;
  }
  
  .service-card .icon img {
    width: 50px;
    height: 50px;
  }
  
  .service-card h5 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .service-card ul {
    color: #6c757d;
  }
  
  .service-card button {
    border-radius: 25px;
    font-size: 14px;
  }
  
/* Right Content Panel */
.mega-menu-right {
    width: 100%;
    padding-left: 20px;
  }
  
  .mega-content {
    display: none !important;
  }
  
  .mega-content.active {
    display: block !important;
  }
  
  .mega-content h5 {
    font-size: 18px;
    color: #007bff;
  }
  
  .mega-content p {
    font-size: 14px;
    color: #555;
  }
  button.btn-outline-danger {
    border-radius: 25px;
    padding: 10px 20px;
  }
  .product-item h6{
    font-weight: bold;
  }
  span{
    color: green;
  }
  .satya{
    font-weight: bold;
    text-align: center;
  }
  .form-card {
    max-width: 713px;
    width: 100%;
    background-color: #fff;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.dropdown-menu mega-menu{
    width: 1423%;
}
@media (max-width: 576px) {
    .form-card {
        padding: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.section-subtitle {
    color: #6c757d;
    margin-bottom: 30px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.icon1 {
    font-size: 40px;
    margin-bottom: 10px;
}

h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.param {
    text-align: start;
}

/* Banner Section */
.banner {
    color: #222; /* Dark Text */
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Heading */
.banner-text {
    font-size: 22px;
    font-weight: 700;
    color: #222; /* Dark Gray */
    text-align: center;
}

/* Button */
.banner-btn {
    background-color: white;
    border-color: red;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
}

.banner-btn:hover{
     background-color: red;
    border-color: white;
    color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .banner {
        height: auto;
        padding: 40px 20px;
    }

    .banner-text {
        font-size: 18px;
    }

    .banner-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}
.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 40px;
    color: #dc3545; /* Bootstrap danger red */
    margin-bottom: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .feature-box {
        text-align: center;
    }
}

.case-studies {
    padding: 50px 0;
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

.subtitle {
    color: #aaa;
    margin-bottom: 30px;
}

.case-card {
    /* background: #111; */
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.case-card:hover {
    transform: scale(1.05);
}

.case-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.case-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    text-align: start;
}
 .mobile{
    text-align: start;
 }
.case-content p {
    color: #888;
    font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .case-card {
        margin-bottom: 30px;
    }
}

.success-stories {
    padding: 50px 0;
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: left;
}

.profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
}

.growth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    background: #f1f3f5;
    padding: 10px;
    border-radius: 8px;
}

.arrow {
    font-size: 18px;
    color: red;
}

.see-more-btn {
    background: none;
    border: 2px solid red;
    padding: 10px 20px;
    color: red;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 20px;
    transition: 0.3s;
}

.see-more-btn:hover {
    background: red;
    color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-card {
        text-align: center;
    }

    .profile {
        flex-direction: column;
        text-align: center;
    }

    .growth {
        flex-direction: column;
        gap: 8px;
    }

    .see-more-btn {
        width: 100%;
    }
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a202c;
}

.section-subtitle {
    font-size: 16px;
    color: #6c757d;
}

.process-step {
    text-align: center;
    margin-bottom: 30px;
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #d7262f;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.step-title {
    font-weight: bold;
    color: #1a202c;
}

.step-description {
    font-size: 14px;
    color: #6c757d;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .circle {
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .step-title {
        font-size: 16px;
    }

    .step-description {
        font-size: 12px;
    }
}

.form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-header {
    font-size: 16px;
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 15px;
    border-radius: 5px;
    background: white;
    color: black;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    border-radius: 25px;
    font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .form-container {
        width: 90%;
    }

    .form-title {
        font-size: 20px;
    }

    .form-header {
        font-size: 14px;
    }
}